home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / CHIP Haziran 2001.iso / prog / online / 04 / setup.exe / NOIPUpdater.exe / 0 / RCDATA / TMSGFORM / TMSGFORM.txt
Text File  |  2001-04-29  |  928b  |  46 lines

  1. object MsgForm: TMsgForm
  2.   Left = 419
  3.   Top = 301
  4.   Width = 276
  5.   Height = 323
  6.   BorderIcons = [biSystemMenu, biMaximize]
  7.   Caption = 'No-IP News!'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnResize = FormResize
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Memo1: TMemo
  20.     Left = 0
  21.     Top = 0
  22.     Width = 268
  23.     Height = 257
  24.     TabStop = False
  25.     Align = alTop
  26.     Anchors = [akLeft, akTop, akRight, akBottom]
  27.     Lines.Strings = (
  28.       'No news to view.')
  29.     ReadOnly = True
  30.     ScrollBars = ssVertical
  31.     TabOrder = 0
  32.   end
  33.   object Button1: TButton
  34.     Left = 96
  35.     Top = 264
  36.     Width = 75
  37.     Height = 25
  38.     Anchors = [akLeft, akBottom]
  39.     Cancel = True
  40.     Caption = '&OK'
  41.     Default = True
  42.     TabOrder = 1
  43.     OnClick = Button1Click
  44.   end
  45. end
  46.